home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / cal14s24.zip / SAMPLE3.ZIP / CALLS1D.CNF < prev    next >
Text File  |  1990-01-13  |  2KB  |  54 lines

  1. ;
  2. ; Configuration file for CALLS v14s16.
  3. ; Anything following ";" is a comment.
  4. ; Keywords may appear in any order.
  5. ; Default values will be used for keywords not specified in the config file.
  6. ;
  7.  
  8. ;full name of caller input file
  9. INFILE  l:\pcb\main\daycal1
  10.  
  11. ;output file to produce
  12. OUTFILE today.out
  13.  
  14. ;file for saved history information
  15. SAVEFILE nul            ;no history-- generate single report for today only
  16.  
  17. ;list of reports to produce from the following list
  18. ;
  19. ;   A - system statistics            B - graphic modes
  20. ;   C - baud rates                   D - hourly usage
  21. ;   E - conferences joined           F - bulletins read
  22. ;   G - doors opened                 H - download protocols
  23. ;   I - download efficiency          J - upload protocols
  24. ;   K - upload efficiency            L - batch sizes
  25. ;   M - files downloaded             N - security statistics
  26. ;   O - security level counters      P - connect type analysis
  27. ;   Q - free downloads
  28. ;                                    Z - insert a blank line
  29. REPORTS ANBCDOPEFGHIJKLQM
  30.  
  31. ;number of "free downloads" to report
  32. MAXFREE 10
  33.  
  34. ;minimum d/l's to include a file in report
  35. MINDL   2
  36.  
  37. ;peak hours to report
  38. ;                 1         2
  39. ;       012345678901234567890123
  40. PEAK    YNNNNNNNNNNNNNNNNYYYYYYY
  41.  
  42. ;maximum number of conferences to report
  43. MAXCONF 20
  44.  
  45. ;maximum number of bulletins to report
  46. MAXBLT  20
  47.  
  48. ;maximum number of doors to report
  49. MAXDOOR 20
  50.  
  51. ;maximum number of batch sizes to report
  52. MAXBATCH 10
  53.  
  54.